Searched refs:strType (Results 1 - 12 of 12) sorted by relevance
/foundation/bundlemanager/bundle_framework/interfaces/kits/cj/src/ |
H A D | default_app.cpp | 88 std::string strType(type); in FfiBundleManagerIsDefaultApplication() 89 if (ParamsProcessIsDefaultApplicationSync(strType) != SUCCESS_CODE) { in FfiBundleManagerIsDefaultApplication() 99 ErrCode ret = defaultAppProxy->IsDefaultApplication(strType, isDefaultApp); in FfiBundleManagerIsDefaultApplication()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/ |
H A D | js_rendering_context.h | 66 CanvasCallbackType GetCanvasCallbackType(const std::string& strType);
|
H A D | js_rendering_context.cpp | 504 CanvasCallbackType JSRenderingContext::GetCanvasCallbackType(const std::string& strType) in GetCanvasCallbackType() argument 509 if (strType.compare(attachType) == 0) { in GetCanvasCallbackType() 511 } else if (strType.compare(detachType) == 0) { in GetCanvasCallbackType()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_security_ui_extension.h | 64 RegisterType GetRegisterType(const std::string& strType);
|
H A D | js_ui_extension.h | 69 RegisterType GetRegisterType(const std::string& strType);
|
H A D | js_ui_extension.cpp | 215 RegisterType JSUIExtensionProxy::GetRegisterType(const std::string& strType) in GetRegisterType() argument 220 if (strType.compare(syncType) == 0) { in GetRegisterType() 222 } else if (strType.compare(asyncType) == 0) { in GetRegisterType()
|
H A D | js_security_ui_extension.cpp | 209 RegisterType JSSecurityUIExtensionProxy::GetRegisterType(const std::string& strType) in GetRegisterType() argument 214 if (strType.compare(syncType) == 0) { in GetRegisterType() 216 } else if (strType.compare(asyncType) == 0) { in GetRegisterType()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/ |
H A D | skill.cpp | 75 for (std::string strType : vecTypes) { in Match() 76 if (MatchUriAndType(uriString, strType)) { in Match() 77 APP_LOGD("type %{public}s, Is Matched", strType.c_str()); in Match() 105 for (std::string strType : vecTypes) { in Match() 106 if (MatchUriAndType(want.GetUriString(), strType, matchUriIndex)) { in Match() 107 APP_LOGD("type %{public}s, Is Matched", strType.c_str()); in Match()
|
/foundation/barrierfree/accessibility/interfaces/kits/napi/accessibility_extension_module_loader/src/ |
H A D | napi_accessibility_extension.cpp | 445 std::string strType = ""; in OnAccessibilityEvent() local 446 ConvertEventTypeToString(eventInfo, strType); in OnAccessibilityEvent() 447 if (strType.empty()) { in OnAccessibilityEvent() 461 callbackInfo->eventType_ = strType; in OnAccessibilityEvent()
|
/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/ |
H A D | device_status_collect_manager.cpp | 542 std::string strType = eventStr.substr(0, pos); in StringToTypeAndSaid() local 543 if (strType == "start") { in StringToTypeAndSaid() 545 } else if (strType == "stop") { in StringToTypeAndSaid()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | arkTheme.js | 19 let strType = splitted[1]; 21 switch (strType) {
|
/foundation/distributedhardware/device_manager/interfaces/kits/js/src/ |
H A D | native_devicemanager_js.cpp | 1507 napi_valuetype strType;
in SetUserOperationSync() local 1508 napi_typeof(env, argv[1], &strType);
in SetUserOperationSync() 1509 NAPI_ASSERT(env, strType == napi_string, "Wrong argument type, string expected.");
in SetUserOperationSync()
|
Completed in 15 milliseconds