HomeSort by relevance Sort by last modified time
    Searched defs:GetID (Results 1 - 13 of 13) sorted by null

  /system/connectivity/shill/
crypto_rot47.cc 27 string CryptoROT47::GetID() {
crypto_des_cbc.cc 38 string CryptoDESCBC::GetID() {
  /system/webservd/webservd/
protocol_handler.h 80 const std::string& GetID() const { return id_; }
request.h 96 const std::string& GetID() const { return id_; }
  /external/google-breakpad/src/client/mac/crash_generation/
Inspector.h 104 const char *GetID() { return minidump_id_; }
  /external/libweave/src/commands/
command_instance.cc 67 const std::string& CommandInstance::GetID() const {
287 queue_->RemoveLater(GetID());
  /external/llvm/lib/Target/XCore/
XCoreLowerThreadLocal.cpp 210 Function *GetID = Intrinsic::getDeclaration(GV->getParent(),
212 Value *ThreadID = Builder.CreateCall(GetID, {});
  /external/protobuf/python/google/protobuf/pyext/
descriptor.cc 95 static PyObject* GetID(CFieldDescriptor *self, void *closure) {
104 { C("id"), (getter)GetID, NULL, "ID", NULL},
  /system/weaved/libweaved/
command.cc 60 std::string Command::GetID() const {
63 if (binder_proxy_->getId(&id16).isOk())
71 if (binder_proxy_->getId(&name16).isOk())
79 if (binder_proxy_->getId(&component16).isOk())
  /external/pdfium/core/src/fxcrt/
fx_basic_bstring.cpp 1023 FX_DWORD CFX_ByteString::GetID(FX_STRSIZE start_pos) const {
1024 return CFX_ByteStringC(*this).GetID(start_pos);
1026 FX_DWORD CFX_ByteStringC::GetID(FX_STRSIZE start_pos) const {
  /external/pdfium/core/include/fpdfapi/
fpdf_parser.h 80 void GetID(CFX_ByteString& id1, CFX_ByteString& id2) const {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
agtsvr.h 398 virtual HRESULT WINAPI GetID(__LONG32 *pdwID) = 0;
422 HRESULT (WINAPI *GetID)(IAgentCommand *This,__LONG32 *pdwID);
448 #define IAgentCommand_GetID(This,pdwID) (This)->lpVtbl->GetID(This,pdwID)
513 HRESULT (WINAPI *GetID)(IAgentCommandEx *This,__LONG32 *pdwID);
543 #define IAgentCommandEx_GetID(This,pdwID) (This)->lpVtbl->GetID(This,pdwID)
    [all...]
tapi3if.h     [all...]

Completed in 529 milliseconds