/base/hiviewdfx/hiview/adapter/utility/include/extra/ |
D | nocopyable.h | 20 #define DISALLOW_COPY_AND_MOVE(className) \ argument 21 DISALLOW_COPY(className); \ 22 DISALLOW_MOVE(className) 24 #define DISALLOW_COPY(className) \ argument 25 className(const className&) = delete; \ 26 className& operator= (const className&) = delete 28 #define DISALLOW_MOVE(className) \ argument 29 className(className&&) = delete; \ 30 className& operator= (className&&) = delete
|
/base/hiviewdfx/hilog/interfaces/js/kits/napi/src/common/napi/ |
D | n_class.cpp | 27 tuple<bool, napi_value> NClass::DefineClass(napi_env env, string className, napi_callback construct… in DefineClass() argument 31 napi_status stat = napi_define_class(env, className.c_str(), className.length(), constructor, in DefineClass() 36 napi_value NClass::InstantiateClass(napi_env env, string className, vector<napi_value> args) in InstantiateClass() argument 41 auto it = nClass.exClassMap.find(className); in InstantiateClass()
|
D | n_class.h | 40 std::string className, 43 static bool SaveClass(napi_env env, std::string className, napi_value exClass); 44 …static napi_value InstantiateClass(napi_env env, std::string className, std::vector<napi_value> ar…
|
/base/notification/ces_standard/test/systemtest/common/resource/fuzzTest/include/ |
D | fuzzConfigParser.h | 54 auto className = it.key(); in ParseFromFile4FuzzTest() local 60 ftd.methodVec.push_back(className + methodName); in ParseFromFile4FuzzTest() 69 ftd.methodVec.push_back(className + methodName + param); in ParseFromFile4FuzzTest()
|
/base/notification/ans_standard/test/resource/notificationfuzztest/include/ |
D | notificationfuzzconfigparser.h | 53 auto className = it.key(); in ParseFromFile4FuzzTest() local 59 ftd.methodVec.push_back(className + methodName); in ParseFromFile4FuzzTest() 68 ftd.methodVec.push_back(className + methodName + param); in ParseFromFile4FuzzTest()
|
/base/account/os_account/test/systemtest/common/resource/fuzzTest/include/ |
D | fuzz_config_parser.h | 62 auto className = it.key(); in ParseFromFile4FuzzTest() local 70 ftd.methodVec.push_back(className + methodName); in ParseFromFile4FuzzTest() 79 ftd.methodVec.push_back(className + methodName + param); in ParseFromFile4FuzzTest()
|
/base/customization/enterprise_device_management/services/edm/test/unittest/src/ |
D | admin_manager_test.cpp | 85 abilityInfo.className = "testDemo"; 135 abilityInfo.className = "testDemo"; 170 abilityInfo.className = "testDemo"; 181 abilityInfo.className = "testDemo"; 211 abilityInfo.className = "testDemo"; 251 abilityInfo.className = "testDemo"; 307 abilityInfo.className = "testDemo"; 340 abilityInfo.className = "testDemo"; 377 abilityInfo.className = "testDemo";
|
/base/accessibility/test/resource/native_application/tools/src/ |
D | stpageabilityevent.cpp | 22 STPageAbilityEvent::STPageAbilityEvent(const std::string &className) in STPageAbilityEvent() argument 24 this->componentType_ = className; in STPageAbilityEvent()
|
/base/account/os_account/interfaces/kits/napi/appaccount/src/ |
D | napi_app_account_authenticator_callback.cpp | 48 const std::string className = "AuthenticatorCallback"; in Init() local 54 …NAPI_CALL(env, napi_define_class(env, className.c_str(), className.length(), JsConstructor, nullpt… in Init() 57 napi_status status = napi_set_named_property(env, exports, className.c_str(), constructor); in Init()
|
D | napi_app_account_authenticator.cpp | 123 const std::string className = "Authenticator"; in Init() local 126 napi_define_class(env, className.c_str(), className.length(), JsConstructor, nullptr, in Init() 129 napi_status status = napi_set_named_property(env, exports, className.c_str(), constructor); in Init()
|
/base/hiviewdfx/hilog/interfaces/js/kits/napi/src/hilog/include/context/ |
D | hilog_napi.h | 26 inline static const std::string className = "hilog";
|
/base/accessibility/frameworks/aafwk/test/mock/ |
D | mock_accessibility_event_info.cpp | 117 void AccessibilityMemo::SetComponentType(const std::string &className) in SetComponentType() argument 119 (void)className; in SetComponentType()
|
D | mock_accessibility_element_info.cpp | 425 void AccessibilityElementInfo::SetComponentType(const std::string &className) in SetComponentType() argument 427 (void)className; in SetComponentType()
|
/base/notification/ans_standard/services/test/moduletest/mock/ |
D | mock_bundle_mgr_proxy.cpp | 118 …string BundleMgrProxy::GetAbilityLabel(const std::string &bundleName, const std::string &className) in GetAbilityLabel() argument 216 …:string BundleMgrProxy::GetAbilityIcon(const std::string &bundleName, const std::string &className) in GetAbilityIcon() argument
|
/base/notification/ans_standard/frameworks/ans/test/moduletest/mock/ |
D | mock_bundle_mgr_proxy.cpp | 127 …string BundleMgrProxy::GetAbilityLabel(const std::string &bundleName, const std::string &className) in GetAbilityLabel() argument 223 …:string BundleMgrProxy::GetAbilityIcon(const std::string &bundleName, const std::string &className) in GetAbilityIcon() argument
|
/base/notification/ans_standard/frameworks/ans/test/moduletest/mock/include/ |
D | mock_bundle_manager.h | 214 …virtual std::string GetAbilityLabel(const std::string &bundleName, const std::string &className) o… in GetAbilityLabel() argument 488 …virtual std::string GetAbilityIcon(const std::string &bundleName, const std::string &className) ov… in GetAbilityIcon() argument
|
/base/accessibility/test/resource/native_application/tools/include/ |
D | stpageabilityevent.h | 56 STPageAbilityEvent(const std::string &className);
|
/base/hiviewdfx/hilog/interfaces/js/kits/napi/src/hilog/src/ |
D | hilog_napi.cpp | 86 return HilogNapi::className; in GetClassName()
|
/base/customization/enterprise_device_management/services/edm/src/ |
D | admin_manager.cpp | 178 adminItem->adminInfo_.className_ = abilityInfo.className; in UpdateAdmin() 240 void FindPackageAndClass(const std::string &name, std::string &packageName, std::string &className) in FindPackageAndClass() argument 245 className = name.substr(initPos + 1, len - (initPos + 1)); in FindPackageAndClass()
|
/base/notification/ces_standard/services/test/mock/include/ |
D | mock_bundle_manager.h | 203 …virtual std::string GetAbilityLabel(const std::string &bundleName, const std::string &className) o… in GetAbilityLabel() argument 429 …virtual std::string GetAbilityIcon(const std::string &bundleName, const std::string &className) ov… in GetAbilityIcon() argument
|
/base/notification/ces_standard/services/test/unittest/mock/include/ |
D | mock_bundle_manager.h | 206 …virtual std::string GetAbilityLabel(const std::string &bundleName, const std::string &className) o… in GetAbilityLabel() argument 432 …virtual std::string GetAbilityIcon(const std::string &bundleName, const std::string &className) ov… in GetAbilityIcon() argument
|
/base/accessibility/services/aams/test/mock/ |
D | mock_bundle_mgr_proxy.cpp | 185 …string BundleMgrProxy::GetAbilityLabel(const std::string &bundleName, const std::string &className) in GetAbilityLabel() argument 308 …:string BundleMgrProxy::GetAbilityIcon(const std::string &bundleName, const std::string &className) in GetAbilityIcon() argument
|
/base/accessibility/services/test/mock/ |
D | mock_bundle_mgr_proxy.cpp | 185 …string BundleMgrProxy::GetAbilityLabel(const std::string &bundleName, const std::string &className) in GetAbilityLabel() argument 308 …:string BundleMgrProxy::GetAbilityIcon(const std::string &bundleName, const std::string &className) in GetAbilityIcon() argument
|
/base/notification/ans_standard/services/test/moduletest/mock/include/ |
D | mock_bundle_manager.h | 184 …virtual std::string GetAbilityLabel(const std::string &bundleName, const std::string &className) o… in GetAbilityLabel() argument
|
/base/accessibility/interfaces/innerkits/asacfwk/include/ |
D | accessibility_event_info.h | 308 void SetComponentType(const std::string &className);
|