/foundation/filemanagement/storage_service/services/storage_daemon/ |
H A D | main.cpp | 69 std::string token = " "; in ParasConfig() local
|
/foundation/window/window_manager/wm/src/ |
H A D | window_display_change_adapter.cpp | 26 WindowDisplayChangeAdapter::WindowDisplayChangeAdapter(const sptr<IRemoteObject>& token, in WindowDisplayChangeAdapter() argument 83 void WindowDisplayChangeAdapter::OnDisplayInfoChange(const sptr<IRemoteObject>& token, in OnDisplayInfoChange() argument
|
/third_party/ltp/testcases/kernel/containers/share/ |
H A D | ns_exec.c | 99 char *token; in main() local
|
/third_party/node/deps/ngtcp2/ngtcp2/lib/ |
H A D | ngtcp2_cid.h | 96 uint8_t token[NGTCP2_STATELESS_RESET_TOKENLEN]; member [all...] |
/third_party/ltp/testcases/lib/ |
H A D | tst_ns_exec.c | 72 char *token; in main() local
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | char.c | 69 void get_char_constant(struct token *token, unsigned long long *val) in get_char_constant() argument 99 get_string_constant(struct token *token, struct expression *expr) get_string_constant() argument [all...] |
/third_party/python/Tools/peg_generator/pegen/ |
H A D | tokenizer.py | 1 import token namespace
|
/third_party/python/Lib/lib2to3/fixes/ |
H A D | fix_tuple_params.py | 23 from ..pgen2 import token namespace
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | Diagnostics.cpp | 68 void TDiagnostics::error(const TSourceLoc &loc, const char *reason, const char *token) in error() argument 76 void TDiagnostics::warning(const TSourceLoc &loc, const char *reason, const char *token) in warning() argument 23 writeInfo(Severity severity, const angle::pp::SourceLocation &loc, const char *reason, const char *token) writeInfo() argument 54 error(const angle::pp::SourceLocation &loc, const char *reason, const char *token) error() argument 61 warning(const angle::pp::SourceLocation &loc, const char *reason, const char *token) warning() argument 101 warning(const TSourceLoc &loc, const char *reason, const char *token) warning() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkAppParamsUtil.cpp | 77 std::string token; in readApplicationParameters() local
|
/third_party/skia/third_party/externals/angle2/src/tests/preprocessor_tests/ |
H A D | number_test.cpp | 47 pp::Token token; in TEST_P() local 80 pp::Token token; in expectFloat() local
|
H A D | char_test.cpp | 87 pp::Token token; in TEST_P() local
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | Diagnostics.cpp | 39 writeInfo(Severity severity, const pp::SourceLocation& loc, const std::string& reason, const std::string& token, const std::string& extra) writeInfo() argument
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
H A D | cordz_sample_token_test.cc | 78 CordzSampleToken token; in TEST() local 91 CordzSampleToken token; in TEST() local [all...] |
/foundation/ability/ability_lite/frameworks/abilitymgr_lite/src/ |
H A D | ability_service_manager.cpp | 79 int AbilityServiceManager::DisconnectAbility(const IAbilityConnection &conn, uint64_t token)
in DisconnectAbility() argument 49 ConnectAbility(const Want &want, const IAbilityConnection &conn, uint64_t token, void *storeArg) ConnectAbility() argument
|
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/ |
H A D | ability_info_callback_proxy.cpp | 36 void AbilityInfoCallbackProxy::NotifyAbilityToken(const sptr<IRemoteObject> token, const Want &want) in NotifyAbilityToken() argument 54 void AbilityInfoCallbackProxy::NotifyRestartSpecifiedAbility(const sptr<IRemoteObject> &token) in NotifyRestartSpecifiedAbility() argument
|
/foundation/ability/ability_runtime/test/fuzztest/missionlistmanagerfourth_fuzzer/ |
H A D | missionlistmanagerfourth_fuzzer.cpp | 57 sptr<Token> token = nullptr; in GetFuzzAbilityRecord() local 72 sptr<Token> token = nullptr; in GetFuzzAbilityToken() local 93 sptr<IRemoteObject> token = GetFuzzAbilityToken(); in DoSomethingInterestingWithMyAPI() local
|
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/ |
H A D | ability_stage_test.cpp | 144 sptr<IRemoteObject> token = new (std::nothrow) MockToken(); in HWTEST_F() local 179 sptr<IRemoteObject> token = new (std::nothrow) MockToken(); in HWTEST_F() local 211 sptr<IRemoteObject> token = new MockToken(); in HWTEST_F() local 243 sptr<IRemoteObject> token = new MockToken(); in HWTEST_F() local
|
/foundation/ability/idl_tool/idl_tool_2/parser/ |
H A D | parser.h | 223 inline static bool IsPrimitiveType(Token token)
in IsPrimitiveType() argument 235 LogError(const char *funcName, int fileLine, const Token &token, const std::string &message) LogError() argument 241 LogErrorBeforeToken(const char *funcName, int fileLine, const Token &token, const std::string &message) LogErrorBeforeToken() argument [all...] |
/foundation/ability/form_fwk/interfaces/kits/native/src/ |
H A D | form_provider_caller.cpp | 102 int32_t FormProviderCaller::OnAcquire(const FormJsInfo &formJsInfo, const sptr<IRemoteObject> &token) in OnAcquire() argument 75 OnAcquire(const FormProviderInfo &formProviderInfo, const AAFwk::Want &want, const sptr<IRemoteObject> &token) OnAcquire() argument
|
/foundation/ability/form_fwk/test/fuzztest/formhostclient_fuzzer/ |
H A D | formhostclient_fuzzer.cpp | 49 sptr<IRemoteObject> token = nullptr; in DoSomethingInterestingWithMyAPI() local
|
/foundation/ability/form_fwk/test/fuzztest/formrenderserviceextension_fuzzer/ |
H A D | formrenderserviceextension_fuzzer.cpp | 51 sptr<IRemoteObject> token = nullptr;
in DoSomethingInterestingWithMyAPI() local
|
/foundation/ability/ability_runtime/test/unittest/ui_service_stub_test/ |
H A D | ui_service_stub_test.cpp | 100 sptr<AppExecFwk::MockAbilityToken> token = new (std::nothrow) AppExecFwk::MockAbilityToken(); in HWTEST_F() local 133 sptr<AppExecFwk::MockAbilityToken> token = new (std::nothrow) AppExecFwk::MockAbilityToken(); in HWTEST_F() local 160 sptr<AppExecFwk::MockAbilityToken> token = new (std::nothrow) AppExecFwk::MockAbilityToken(); in HWTEST_F() local
|
/foundation/ability/form_fwk/test/mock/src/ |
H A D | mock_form_host_client.cpp | 30 void MockFormHostClient::OnAcquired(const FormJsInfo &formInfo, const sptr<IRemoteObject> &token) in OnAcquired() argument
|
/foundation/ability/form_fwk/test/unittest/fms_form_host_stub_test/ |
H A D | fms_form_host_stub_test.cpp | 133 const sptr<IRemoteObject> token; in HWTEST_F() local
|