Home
last modified time | relevance | path

Searched defs:owner (Results 26 - 50 of 226) sorted by relevance

12345678910

/third_party/skia/src/sksl/ir/
H A DSkSLField.h27 Field(int line, const Variable* owner, int fieldIndex) in Field() argument
37 const Variable& owner() const { in owner() function in SkSL::final
/base/account/os_account/services/accountmgr/test/mock/app_account/
H A Dmock_inner_app_account_manager.cpp87 auto owner = owners.front(); in SubscribeAppAccount() local
/base/account/os_account/services/accountmgr/test/moduletest/app_account/
H A Dat_not_mock_app_account_manager_service_module_test.cpp108 std::string owner = "test"; in HWTEST_F() local
/base/security/asset/test/unittest/module_test/src/
H A Dsystem_ability_wrapper_test.cpp53 void PackageRemovedCallback(int32_t packageId, const uint8_t *owner, uint32_t ownerSize, in PackageRemovedCallback() argument
70 void OnAppRestore(int32_t packageId, const uint8_t *owner, int32_t appIndex) in OnAppRestore() argument
H A Dsystem_event_wrapper_test.cpp52 void PackageRemovedCallback(int32_t packageId, const uint8_t *owner, uint32_t ownerSize, in PackageRemovedCallback() argument
69 void OnAppRestore(int32_t packageId, const uint8_t *owner, int32_t appIndex) in OnAppRestore() argument
/third_party/icu/icu4c/source/i18n/
H A Dnfrs.h76 RuleBasedNumberFormat *owner; member in NFRuleSet
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_dsh/
H A Dmain.c98 lws_dll2_owner_t owner; in test3() local
/third_party/node/deps/icu-small/source/i18n/
H A Dnfrs.h76 RuleBasedNumberFormat *owner; member in NFRuleSet
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnfrs.h76 RuleBasedNumberFormat *owner; member in NFRuleSet
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Option/
H A DOption.cpp26 Option::Option(const OptTable::Info *info, const OptTable *owner) in Option() argument
/base/account/os_account/test/fuzztest/appaccount_stub/authenticatestub_fuzzer/
H A Dauthenticatestub_fuzzer.cpp44 std::string owner = fuzzData.GenerateRandomString(); in AuthenticateStubFuzzTest() local
/base/account/os_account/test/fuzztest/appaccount_stub/setauthenticatorpropertiesstub_fuzzer/
H A Dsetauthenticatorpropertiesstub_fuzzer.cpp48 std::string owner = fuzzData.GenerateRandomString(); in SetAuthenticatorPropertiesStubFuzzTest() local
/base/account/os_account/test/fuzztest/appaccount_stub/createaccountimplicitlystub_fuzzer/
H A Dcreateaccountimplicitlystub_fuzzer.cpp48 std::string owner = fuzzData.GenerateRandomString(); in CreateAccountImplicitlyStubFuzzTest() local
/base/account/os_account/test/fuzztest/appaccount_stub/addaccountimplicitlystub_fuzzer/
H A Daddaccountimplicitlystub_fuzzer.cpp48 std::string owner = fuzzData.GenerateRandomString(); in AddAccountImplicitlyStubFuzzTest() local
/base/powermgr/powermgr_lite/frameworks/src/small/
H A Dpower_screen_saver.c99 static int32_t Callback(IOwner owner, int32_t code, IpcIo *reply) in Callback() argument
/base/security/device_auth/frameworks/src/lite/
H A Dipc_dev_auth_proxy.c104 static int32_t CliInvokeRetCallback(IOwner owner, int32_t code, IpcIo *reply) in CliInvokeRetCallback() argument
/base/security/device_security_level/services/dslm/
H A Ddslm_dfx_default.c67 __attribute__((weak)) void DslmStartProcessTraceAsync(const char *value, uint32_t owner, uint32_t cookie) in DslmStartProcessTraceAsync() argument
71 __attribute__((weak)) void DslmFinishProcessTraceAsync(const char *value, uint32_t owner, uint32_t cookie) in DslmFinishProcessTraceAsync() argument
/base/security/huks/frameworks/huks_standard/main/os_dependency/ipc/src/
H A Dhks_samgr_client_proxy.c81 static int CurrentCallback(IOwner owner, int code, IpcIo *reply) in CurrentCallback() argument
/base/security/security_guard/services/risk_classify/model_manager/src/
H A Ddb_operate.cpp62 int DbOperate::QueryEventByOwner(std::string owner, std::vector<SecEvent> &events) in QueryEventByOwner() argument
/base/startup/init/services/init/standard/
H A Dsystem_call_wrap.c95 int __wrap_chown(const char *pathname, uid_t owner, gid_t group) in __wrap_chown() argument
/base/security/security_guard/test/unittest/data_collect/database_manager/
H A Dsecurity_guard_database_manager_test.cpp238 std::string owner; in HWTEST_F() local
/third_party/libwebsockets/lib/core/
H A Dlws_dll2.c57 lws_dll2_foreach_safe(struct lws_dll2_owner *owner, void *user, in lws_dll2_foreach_safe() argument
69 lws_dll2_add_head(struct lws_dll2 *d, struct lws_dll2_owner *owner) in lws_dll2_add_head() argument
103 lws_dll2_owner_t *owner = after->owner; lws_dll2_add_before() local
140 lws_dll2_add_tail(struct lws_dll2 *d, struct lws_dll2_owner *owner) lws_dll2_add_tail() argument
282 lws_dll2_describe(lws_dll2_owner_t *owner, const char *desc) lws_dll2_describe() argument
[all...]
/third_party/node/deps/v8/include/v8-include/cppgc/internal/
H A Dpersistent-node.h33 void InitializeAsUsedNode(void* owner, TraceRootCallback trace) { in InitializeAsUsedNode() argument
44 void UpdateOwner(void* owner) { in UpdateOwner() argument
61 void* owner() const { in owner() function in cppgc::internal::final
96 PersistentNode* TryAllocateNodeFromFreeList(void* owner, in TryAllocateNodeFromFreeList() argument
146 V8_INLINE PersistentNode* AllocateNode(void* owner, TraceRootCallback trace) { in AllocateNode() argument
190 AllocateNode(void* owner, TraceRootCallback trace) AllocateNode() argument
[all...]
/third_party/node/deps/v8/include/cppgc/internal/
H A Dpersistent-node.h35 void InitializeAsUsedNode(void* owner, TraceCallback trace) { in InitializeAsUsedNode() argument
46 void UpdateOwner(void* owner) { in UpdateOwner() argument
63 void* owner() const { in owner() function in cppgc::internal::final
98 PersistentNode* TryAllocateNodeFromFreeList(void* owner, in TryAllocateNodeFromFreeList() argument
148 V8_INLINE PersistentNode* AllocateNode(void* owner, TraceCallback trace) { in AllocateNode() argument
192 AllocateNode(void* owner, TraceCallback trace) AllocateNode() argument
[all...]
/third_party/node/deps/v8/src/heap/cppgc/
H A Dpersistent-node.cc78 RefillFreeListAndAllocateNode( void* owner, TraceCallback trace) RefillFreeListAndAllocateNode() argument

Completed in 8 milliseconds

12345678910